text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

[Week4] - TCP/IP四層模型

[Week4] - TCP/IP四層模型

白飯之亂影響北科大的搜尋量

白飯之亂影響北科大的搜尋量

使用 Python 進行中斷點 step by step debug 除錯

使用 Python 進行中斷點 step by step debug 除錯


Comments